const runtime.mSpanManual
10 uses
runtime (current package)
cgocheck.go#L165: if s.state.get() == mSpanManual {
mbitmap.go#L1293: if state == mSpanManual {
mgcmark.go#L1657: if s.state.get() == mSpanManual && size == 0 {
mheap.go#L355: mSpanManual // allocated for manual management (e.g., stack allocator)
mheap.go#L651: case mSpanInUse, mSpanManual:
mheap.go#L1394: s.state.set(mSpanManual)
mheap.go#L1615: case mSpanManual:
signal_unix.go#L410: if s != nil && s.state.get() == mSpanManual && s.base() < sp && sp < s.limit {
stack.go#L234: if s.state.get() != mSpanManual {
stack.go#L504: if s.state.get() != mSpanManual {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |